Skip to main content
Version: 1.x.x

ClientResponseErrorType


import { ClientResponseErrorType } from "@hyper-fetch/core"

Description

Defined in client/fetch.client.types.ts:19

Preview

type ClientResponseErrorType<GenericErrorType> = [null, GenericErrorType, number | null];

Structure

[null, GenericErrorType, number | null]